From f09048f1afdf03b87d60c86ba1485a244a00892c Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Sat, 26 Mar 2005 01:17:08 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.140 (4244ed8bSPCQyrtSjZ4u8T4mvHyRfg) Cleanup includes. Signed-off-by: Christian Limpach --- xen/include/asm-x86/debugger.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-x86/debugger.h b/xen/include/asm-x86/debugger.h index fc65736e60..807e29ea06 100644 --- a/xen/include/asm-x86/debugger.h +++ b/xen/include/asm-x86/debugger.h @@ -30,7 +30,6 @@ #ifndef __X86_DEBUGGER_H__ #define __X86_DEBUGGER_H__ -#include #include /* The main trap handlers use these helper macros which include early bail. */ @@ -50,6 +49,8 @@ extern int __trap_to_cdb(struct xen_regs *r); #elif defined(DOMU_DEBUG) +#include + static inline int debugger_trap_entry( unsigned int vector, struct xen_regs *regs) { -- 2.30.2